SetInputLine

Category: Windows

Syntax:
SetInputLine window text

Sets the contents of window's input line to text.

Example:
// hotkey to replace the input line with the contents of the clipboard
Alias PASTE_REPLACE Ctrl+Alt+V
  SetInputLine $C $GetClipboard()
EndAlias

See also: GetInputLine


Next in "Windows": Show
Previous in "Windows": ServerList
Next by name: SetNetData
Previous by name: SetEventSoundFile
Up to all commands by name or commands and functions by category